From 2e1e60874868cef0badbe5ada9fb5e495069557a Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 30 Nov 2005 22:47:11 +0000 Subject: [PATCH] Fix typo in help string for Cartoexplorer. --- gpsbabel/pcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/pcx.c b/gpsbabel/pcx.c index d6cf4c656..a4a4a3e05 100644 --- a/gpsbabel/pcx.c +++ b/gpsbabel/pcx.c @@ -40,7 +40,7 @@ arglist_t pcx_args[] = { {"deficon", &deficon, "Default icon name", "Waypoint", ARGTYPE_STRING }, {"cartoexplorer", &cartoexplorer, - "Write tracks compatible with CartoExploreror", "", + "Write tracks compatible with CartoExplorer", "", ARGTYPE_STRING }, {0, 0, 0, 0, 0} }; -- 2.30.2